home *** CD-ROM | disk | FTP | other *** search
INI File | 2002-02-25 | 1.1 KB | 38 lines |
- #
- # These are the message links to the start and lose messages for the
- # objectives. This can be freely editted where necessary.
- #
- objective0_start_message_number = MSG_SKIRMISH_OBJECTIVE_0_START;
- objective0_lose_message_number = MSG_SKIRMISH_OBJECTIVE_0_LOSE;
- objective1_start_message_number = MSG_SKIRMISH_OBJECTIVE_1_START;
- objective1_lose_message_number = MSG_SKIRMISH_OBJECTIVE_1_LOSE;
-
- [MASTER_OBJECTIVE_PARAMETER_1]
- logic_number = CHECK_OBJECT;
- result = LOSE_IF_ANY_PARAMS;
- sobj_list = SOBJ_SORIN_TMPL1,
- SOBJ_SORIN_TMPL2,
- SOBJ_SORIN_TMPL3,
- SOBJ_COLONIST_CHUB1,
- SOBJ_COLONIST_CHUB2,
- SOBJ_COLONIST_CHUB3;
- object_marker = 0;
- target_marker = 0;
- quantity = 0;
- operation = EQUAL_TO;
- target_team_number = TEAM_EX_FRIEND;
-
- [OBJECTIVE_1_PARAMETER_1]
- logic_number = CHECK_OBJECT;
- result = WIN_IF_ANY_PARAMS;
- sobj_list = SOBJ_SORIN_TMPL1,
- SOBJ_SORIN_TMPL2,
- SOBJ_SORIN_TMPL3,
- SOBJ_COLONIST_CHUB1,
- SOBJ_COLONIST_CHUB2,
- SOBJ_COLONIST_CHUB3;
- object_marker = 0;
- target_marker = 0;
- quantity = 0;
- operation = EQUAL_TO;
- target_team_number = TEAM_EX_ENEMY;